Welcome![Sign In][Sign Up]
Location:
Search - opengl gdi

Search list

[OpenGL program在VC中实现OpenGL实现3D绘图的好程序

Description: 在VC中实现OpenGL实现3D绘图的好程序 这个程序实际上是一个框架 有了他就可以把在CONSOLE 中的OPENGL程序移植过来 便于GDI图形接口下 实现实时3D开发-in VC achieve OpenGL 3D graphics of the program this procedure is actually a framework has he can in the OpenGL CONSOLE transplant procedures to facilitate GDI graphics interfaces to the development of real-time 3D
Platform: | Size: 879007 | Author: 蔡明宇 | Hits:

[OpenGL programmd3Viewer

Description: 四个窗口,分别可以装入opengl或者gdi的子窗口,vs2005下开发-four windows, or can be packed in opengl gdi the sub-window, under development vs2005
Platform: | Size: 58928 | Author: 晓军 | Hits:

[OpenGL programOpenGL-2D-Drawing-GDI-Slow

Description: 使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。
Platform: | Size: 164276 | Author: 莫友影 | Hits:

[OpenGL programglfw-2.6.bin.WIN32.zip

Description: 一个免费的简化OpenGL开发工作的框架库(取代GLUT)
Platform: | Size: 618204 | Author: zangcl@163.com | Hits:

[OpenGL program使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码

Description: 使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码
Platform: | Size: 164009 | Author: yks231560@163.com | Hits:

[OpenGL programOpenGL教程jingdian

Description:
Platform: | Size: 636928 | Author: 洁洁 | Hits:

[OpenGL program在VC中实现OpenGL实现3D绘图的好程序

Description: 在VC中实现OpenGL实现3D绘图的好程序 这个程序实际上是一个框架 有了他就可以把在CONSOLE 中的OPENGL程序移植过来 便于GDI图形接口下 实现实时3D开发-in VC achieve OpenGL 3D graphics of the program this procedure is actually a framework has he can in the OpenGL CONSOLE transplant procedures to facilitate GDI graphics interfaces to the development of real-time 3D
Platform: | Size: 878592 | Author: 蔡明宇 | Hits:

[OpenGL programmd3Viewer

Description: 四个窗口,分别可以装入opengl或者gdi的子窗口,vs2005下开发-four windows, or can be packed in opengl gdi the sub-window, under development vs2005
Platform: | Size: 58368 | Author: 晓军 | Hits:

[OpenGL programPictureDraw0919.OK

Description: 一个绘图程序.可自定义绘图元素.所有绘图元素均支持GDI和OPENGL三维形图两种显示模式.这主要是工业上用的.不过你可以很容易的扩展到任何领域.只要修改绘图元素就行了.-a drawing program. Self-defined graphics elements. Mapping all elements support GDI and OpenGL 3 Two-dimensional map display mode. This is mainly for industrial use. But you can very easily be extended to any field. As long as amendments Mapping reform elements there.
Platform: | Size: 2246656 | Author: 王珺吉 | Hits:

[OpenGL programMFC_fill

Description: 基于MFC和OpenGL的快速填充等值线实现,采用MFC中GDI标注,opengl填充的方式-MFC and OpenGL-based rapid filling isogram realized, the use of MFC in the GDI label, opengl filled way
Platform: | Size: 289792 | Author: zhengzhi | Hits:

[Game EngineVCGameLegend

Description: 采用传奇游戏为项目基础,一步一步学习游戏开发过程,涉及WIN32GDI,OPENGL,DirectX技术,并提供传奇游戏丰富图片,音乐资源,十分难得 《学VC编传奇游戏》.rar-Used for the project based on the legendary game, step by step, learning the game development process, involving WIN32GDI, OPENGL, DirectX technology, and provide a rich picture Legends games, music resources, very rare
Platform: | Size: 22574080 | Author: | Hits:

[3D Graphic3d

Description: delphi中用GDI函数画出三维图形,带源码,在delphi 7 + Windows XP SP2下编译通过-delphi using GDI functions to draw three-dimensional graphics, with source code in delphi 7+ Windows XP SP2 under the compiler through
Platform: | Size: 165888 | Author: beggar | Hits:

[OpenGL programOpenGL-2D-Drawing-GDI-Slow

Description: 使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。-Realize the use of OpenGL graphics rendering of a 2D two-dimensional control (GDI too slow to solve the problem) the source code: after the author is busy with a project needs a lot of two-dimensional graphics rendering. Started thinking about the use of GDI, but a lot of GDI for rendering the image is really is too slow, so a solution is: the use of OpenGL to achieve a two-dimensional graphics rendering user controls.
Platform: | Size: 163840 | Author: 莫友影 | Hits:

[GDI-Bitmappgllib_src

Description: PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, you can have your app display chart in 5 minutes. The aim of PGL is not to have a user-friendly environment but rather being able to generate any plot from the source code. PGL was originally using OpenGL to raster graphics but now it uses GDI+ (so you need to install Microsoft SDK to compile PGL).
Platform: | Size: 336896 | Author: xiongjie | Hits:

[Windows DevelopCubicSplineAndBezier

Description: 程序中尝试了各种平滑曲线的算法,包括 三次样条平滑曲线 的算法类 贝塞尔曲线的算法 GDI+平滑曲线的代码-Procedures to try a variety of smooth curves of the algorithm, including the cubic spline curve smoothing algorithm type algorithm Bessel curve smooth curve GDI+ code
Platform: | Size: 4038656 | Author: yc | Hits:

[Windows Developobjread

Description: 每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连 // 接到device context(设备描述表)上,将opengl的着色描述表定义为hrc ,要让程序能 // 够绘制窗口的话,还需要创建一个设备描述表,windows的设备描述表被定义为 hdc, // dc将窗口连接到gdi(graphics device interface图形设备接口)。而rc-Each one opengl are connected to a shader description table. Rendering Context all the opengl call the command with// receiving device context (device descriptor table), on the opengl rendering Context is defined as the hrc, let the program can be// enough to draw a window, also need to create a device description tables, windows of the device description table is defined as hdc,// dc will be the window to connect to the gdi (graphics device interface graphics device interface). The rc
Platform: | Size: 7168 | Author: 轩宇 | Hits:

[GDI-Bitmap3DRender

Description: 基于mfc框架的三维场景渲染,可以通过交互产生多个场景-3D rendering programe made which based on mfc and OPenGL
Platform: | Size: 413696 | Author: 张霞 | Hits:

[OpenGL programDRAWline

Description: vc++ OPENGL GDI实现画直线时的橡皮筋效果-Vc++ OPENGL GDI realize draw a line when the rubber band effect
Platform: | Size: 23552 | Author: 于磊 | Hits:

[Streaming Mpeg4simplest_media_play

Description: 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM音频采样数据。 simplest_audio_play_sdl2: 使用SDL2播放PCM音频采样数据。 simplest_video_play_direct3d: 使用Direct3D的Surface播放RGB/YUV视频像素数据。 simplest_video_play_direct3d_texture:使用Direct3D的Texture播放RGB视频像素数据。 simplest_video_play_gdi: 使用GDI播放RGB/YUV视频像素数据。 simplest_video_play_opengl: 使用OpenGL播放RGB/YUV视频像素数据。 simplest_video_play_opengl_texture: 使用OpenGL的Texture播放YUV视频像素数据。 simplest_video_play_sdl2: 使用SDL2播放RGB/YUV视频像素数据。-Simple examples of video and audio playback of the project includes the use of various API (Direct3D, OpenGL, GDI, DirectSound, SDL2) play multimedia examples. Wherein the audio input is PCM sample data. Output to the system' s sound card to play out. Video input YUV/RGB pixel data. Output to a window on the display to play out. Through this project code beginners can quickly learn how to use these API to play video and audio technology. A total of several sub-projects include the following: simplest_audio_play_directsound: Use DirectSound playback of PCM audio sample data. simplest_audio_play_sdl2: Use SDL2 playing PCM audio sample data. simplest_video_play_direct3d: Play using the Direct3D Surface RGB/YUV video pixel data. simplest_video_play_direct3d_texture: use the Direct3D Texture playing RGB video pixel data. simplest_video_play_gdi: Play with GDI RGB/YUV video pixel data. simplest_video_play_opengl: Use OpenGL playback RGB/YUV video pixel data. simplest_video_play_opengl_tex
Platform: | Size: 10170368 | Author: sol | Hits:

[Othersimplest_media_play

Description: 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。-The project includes the use of various API (Direct3D, OpenGL, GDI, DirectSound, SDL2) play multimedia examples. Wherein the audio PCM sample data is input. Sound card output to the system play out. Video input YUV/RGB pixel data. Output to a window on the display to play out. Through this project code beginners can quickly learn to use these API to play video and audio technology.
Platform: | Size: 13836288 | Author: your name | Hits:
« 12 3 »

CodeBus www.codebus.net